combobox: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 00:45:23 +0000 (19:45 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkcombobox.c

index d13474708a3309727d0d19420ecb83e7a4681749..177bd4bcd761612e3e606654abf9e8d998ba9b76 100644 (file)
@@ -74,7 +74,7 @@
  *
  * ## CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * combobox
  * ├── box.linked
  * │   ╰── button.combo
  * │           ├── cellview
  * │           ╰── arrow
  * ╰── window.popup
- * ]|
+ * ```
  *
  * A normal combobox contains a box with the .linked class, a button
  * with the .combo class and inside those buttons, there are a cellview and
  * an arrow.
  *
- * |[<!-- language="plain" -->
+ * ```
  * combobox
  * ├── box.linked
  * │   ├── entry.combo
@@ -96,7 +96,7 @@
  * │       ╰── box
  * │           ╰── arrow
  * ╰── window.popup
- * ]|
+ * ```
  *
  * A `GtkComboBox` with an entry has a single CSS node with name combobox.
  * It contains a box with the .linked class. That box contains an entry and
  *
  * # Accessibility
  *
- * `GtkComboBox` uses the #GTK_ACCESSIBLE_ROLE_COMBO_BOX role.
+ * `GtkComboBox` uses the %GTK_ACCESSIBLE_ROLE_COMBO_BOX role.
  */
 
 typedef struct